GetScreenHeight

Returns the test computer's screen height.

Syntax

GetScreenHeight()

Return value

Value Description
Value Screen height. When testing on a computer with multiple screens, the value is the total height of all screens.

Example

height = GetScreenHeight()

x = GetMouseXCoordinate()

'Moves mouse to bottom of screen

MouseMove(x, height, 5000)